home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / music / wham131.zip / WHAM.TXT < prev    next >
Text File  |  1993-08-25  |  9KB  |  194 lines

  1. Notes on WHAM 1.31
  2. ------------------
  3.  
  4. WHAM (Waveform Hold and Modify) is a Windows 3.1 application for
  5. manipulating digitised sound. It can read and write Windows 3.1 WAVE files,
  6. raw eight-bit digitised sound files and files of several other formats
  7. (of which more may be added) and can perform various operations on this 
  8. sound. WHAM can handle sounds of any size, restricted only by memory.
  9.  
  10. Version 1.31 has no features that 1.3 did not have; however, several bugs
  11. have been fixed.
  12.  
  13. Since releasing version 1.1 onto the Internet, I was pleasantly surprised
  14. at the amount of interest shown in it. Thanks to all the people who sent
  15. me email reporting bugs and making suggestions.
  16.  
  17. New features in release 1.31
  18. ----------------------------
  19.  
  20. -    A bug within the Sun/NeXT audio (.au) format driver has been fixed.
  21. -    A bug within WHAM which caused WHAM to crash in certain circumstances
  22.     (often after playing a portion of a sound) has been fixed.
  23. -    WHAM now looks in the executable's directory for sound format drivers.
  24.     This means that you can associate files with WHAM and launch them from
  25.     File Manager.
  26.  
  27. New features in release 1.3
  28. ---------------------------
  29.  
  30. -       Sound recording is here! Yes, WHAM can record sound (assuming, of 
  31.     course, that you have a sound card).
  32. -       External file formats; files are read and written using external
  33.     DLLs. This means that more formats may be added in the future
  34.     without changing the WHAM program itself. Files may also be saved in
  35.     variable encodings.
  36. -       16-bit sounds are supported.
  37. -       Improved file information handling; now all defined RIFF information
  38.     chunks are supported, and some file formats can utilise these as well.
  39. -       Yet more buttons
  40. -       3D dialogs; WHAM uses the Microsoft Ctl3D library, which makes
  41.     all the dialogs look extra-sexy.
  42. -       Your usual small changes, bug fixes and cosmetic tweaks.
  43.  
  44. New features in release 1.2
  45. ---------------------------
  46.  
  47. -       Many bugs fixed. i.e., WHAM no longer crashes when cutting/copying
  48.     sounds or stretching/shrinking large sounds. (Well, I hope it
  49.     doesn't, anyway... :-) )
  50. -       Resizable window.
  51. -       "Zoom in" function. WHAM can change the scale and scroll position to
  52.     show the selected portion of the current waveform in its entirety
  53.     at the largest possible magnification.
  54. -       Cursor in waveform window. Sound can be pasted at the cursor or
  55.     played from the cursor onwards.
  56. -       WHAM can be launched with a sound file name on the command line.
  57. -       WHAM is compliant with Windows 3.1's Drag-and-Drop technology, and
  58.     will accept files dropped from the File Manager.
  59. -       Enhanced button bar. The Save and Paste buttons reveal a drop-down
  60.     menu of buttons when clicked with the right button.
  61.  
  62. New features in release 1.1
  63. ---------------------------
  64.  
  65. -       WHAM can now read and write Creative Voice .VOC files, Amiga
  66.     IFF/8SVX sound files, Sun/NeXT .au (8-bit linear and Mu-Law)
  67.     and Apple/SGI AIFF files 
  68. -       New display options. WHAM can now display the waveform at full or
  69.     half height, and in solid or outline form.
  70. -       Support for embedded information. WHAM can embed information (title,
  71.     copyright, date, software, artist*, engineer*, technician*,
  72.     comments*) in WAVE and IFF files, and read information that is in
  73.     these files. If I find information formats for other file types
  74.     (and, preferably, examples of these formats in use), I will add
  75.     these.
  76.     [* WAVE format only]
  77. -       A more robust WAVE file reading mechanism (now recognises
  78.     information in files and acts accordingly.)
  79. -       More buttons at the top of the window.
  80. -       Many bugs/glitches have been removed.
  81.  
  82. Known bugs/problems:
  83. --------------------
  84.  
  85. -       The "stretch/shrink" function may not yield desirable results for
  86.     all ratios, and may report an error on some.
  87. -       The sound recording memory allocation routine could probably be
  88.     improved and made faster (although this would involve either
  89.     considerable blood, sweat and tears or proprietary Microsoft
  90.     source code. :-) )
  91. -    I have heard reports that the status line at the bottom of the 
  92.     main window does not redraw correctly on some accelerated video
  93.     cards. This fault seems to be confined to specific hardware/driver
  94.     combinations (only one person reported it), and thus I cannot test
  95.     for it. Your mileage may vary.
  96. -    If you have a card that cannot handle 16-bit sound files, WHAM
  97.     will appear to fail to play such files. WHAM automatically loads
  98.     MuLaw-encoded .au files as 16-bit files for optimum results.
  99.     If you wish to play such files, you can reduce them to eight bits;
  100.     however, doing so will obviously result in information loss.
  101.  
  102.  
  103. The Future
  104. ----------
  105.  
  106. This may (or may not) be the last release of WHAM to be written in 
  107. Turbo Pascal. However, at some time, WHAM will probably be recoded
  108. entirely in C/C++. This version will be redesigned more or less from 
  109. scratch, and thus will be able to have features like:
  110.  
  111. -       More modularisation; as WHAM 1.3's sound formats are in external
  112.     libraries, so may be effects, display formats, et cetera, in a
  113.     future version of WHAM. A SDK of sorts may be available.
  114. -       OLE support (perhaps for OLE 2.0).
  115. -       MDI support; WHAM may be able to manipulate several sounds at once.
  116. -       More file formats. WHAM will be able to read (and, in most cases,
  117.     write) more types of files, as soon as I find new formats to
  118.     implement (and that are worth implementing).
  119. -       Mu-Law and ADPCM support. Microsoft are putting support for Mu-Law
  120.     encoding and ADPCM compression in a new release of their RIFF
  121.     specifications. When I get access to an upgraded Windows multimedia
  122.     sound driver, I will adapt WHAM to manipulate Mu-Law-encoded sound
  123.     files in native format and to read and write ADPCM-compressed
  124.     sounds.
  125. -       Support for stereo sounds.
  126. -       High/low/band-pass filtering, independent pitch/speed changing and
  127.     other really good features.
  128.  
  129. Other Platforms
  130. ---------------
  131.  
  132. Who knows what the future will bring? Today WHAM is a Windows application;
  133. tomorrow, who knows? If I have the time I may port it to other operating
  134. systems and platforms. Possible contenders are:
  135.  
  136. -       Unix/X; I now have Linux with X386 on my computer, and am tempted to
  137.     do some X programming. A possible X WHAM incarnation may be written
  138.     for X toolkit or Xview, and would be designed to work with Linux,
  139.     although it would be modifiable for other systems.
  140. -       Windows 4.0; if it's as good as everyone speculates, WHAM will probably
  141.     be updated for it.
  142. -       NeXTstep; if someone has a spare NeXTstation (preferred) or 
  143.     NeXTstep-ready 486, please send it to me and I will do my best to 
  144.     port WHAM to it :-)
  145.  
  146. Please note; this is, at the moment, mere speculation. There are no firm plans
  147. for other platforms, and if I do port WHAM, it may take a while for me to do 
  148. so.
  149.  
  150.  
  151. How To Contact Me
  152. -----------------
  153.  
  154. If you notice any bugs in this program, or have any suggestions for
  155. improvements or enhancements, please contact me and let me know. If you
  156. really like this program and wish to make a donation (suggested size: $20-30),
  157. please send it to my address.
  158.  
  159. If you have access to the Internet, you can contact me by email. This is
  160. the preferred way of communicating with me. My address is:
  161.  
  162.     acb@yoyo.cc.monash.edu.au
  163.  
  164. If you don't have access to these networks, my snail-mail address is:
  165.  
  166.     Andrew Bulhak
  167.     21 The Crescent
  168.     Ferntree Gully Vic 3156
  169.     AUSTRALIA
  170.  
  171. Acknowledgements
  172. ----------------
  173.  
  174. WHAM 1.3 uses Microsoft Corporation's Ctl3D dialog enhancement library.
  175. This library was written entirely by Microsoft Corporation (I had nothing
  176. to do with it), and is used and distributed with permission. 
  177.  
  178. WHAM 1.3 contains a 64-bit long division routine which was taken, more or
  179. less in one piece, from sample code distributed by Microsoft Corporation.
  180. The sample code is used as permitted. Please note that Microsoft do not
  181. support this program in any way, and are not liable for anything that may
  182. happen.
  183.  
  184. Warranty Disclaimer
  185. -------------------
  186.  
  187. Andrew Bulhak ("The author") makes no warranty of any kind, expressed or
  188. implied, including any warranties of fitness for a particular purpose. In no
  189. event will the author be liable for any incidental or consequential damages
  190. arising from the use of, or inability to use, this program.
  191.  
  192.  
  193.                     Andrew Bulhak   25-8-1993    0:10:48
  194.